// This is the TESTER. DO NOT Modify It!!! public class TestCToF extends junit.framework.TestCase { public void testCToF1() { assertEquals(212.0, Module1.cToF(100)); } public void testCToF2() { assertEquals(32.0, Module1.cToF(0)); } }